home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / locale / catalogs / powercrawler.cd < prev    next >
Text File  |  1996-07-03  |  16KB  |  1,355 lines

  1. #language english
  2. #version 1
  3. ;
  4. ;
  5. ;        **** SOME ERROR MESSAGES ****
  6. ;
  7. ERR_NOSCREEN (//)
  8. Can't open Screen!\n
  9. ;
  10. ERR_NOWINDOW (//)
  11. Can't open window!\n
  12. ;
  13. ERR_NOVINFO (//)
  14. Can't get Visual-Info!\n
  15. ;
  16. ERR_NOGADGETS (//)
  17. Can't create Gadgets!\n
  18. ;
  19. ERR_NOEDITWIN1 (//)
  20. Can't open Map-Window!\n
  21. ;
  22. ERR_NOEDITWIN2 (//)
  23. Can't open Tool-Window!\n
  24. ;
  25. ERR_NOEDITWIN3 (//)
  26. Can't open Special-Window!\n
  27. ;
  28. ERR_NOMEMLBUFFER (//)
  29. There's not enough free memory to\n\
  30. create the Map-Buffer!\n
  31. ;
  32. ERR_NOBRUSHTABLE (//)
  33. Out of memory: Can't create\n\
  34. Brush-Table!\n
  35. ;
  36. ERR_NOACTFONT (//)
  37. Can't open actual Screen-Font?!?\n
  38. ;
  39. ERR_NOGFX (//)
  40. Can't open graphics.library V39!\n
  41. ;
  42. ERR_NOINT (//)
  43. Can't open intuition.library V39!\n
  44. ;
  45. ERR_NOGAD (//)
  46. Can't open gadtools.library V39!\n
  47. ;
  48. ERR_NOASL (//)
  49. Can't open asl.library V39!\n
  50. ;
  51. ERR_NOLAY (//)
  52. Can't open layers.library V39!\n
  53. ;
  54. ERR_NODSK (//)
  55. Can't open diskfont.library!\n
  56. ;
  57. ERR_NOICL (//)
  58. Can't open icon.library V39!\n
  59. ;
  60. ERR_NOWBL (//)
  61. Can't open workbench.library V39!\n
  62. ;
  63. ERR_NODTL (//)
  64. Can't open datatypes.library!\n
  65. ;
  66. ERR_NOIFF (//)
  67. Can't open iff.library!\n
  68. ;
  69. ERR_CREATEMENUS (//)
  70. CreateMenus-Call returned Error!\n
  71. ;
  72. ERR_LAYOUTMENUS (//)
  73. LayoutMenus-Call returned Error!\n
  74. ;
  75. ERR_SETMENUSTRIP (//)
  76. SetMenuStrip-Call returned Error!\n
  77. ;
  78. ERR_NOTOPAZ8 (//)
  79. Couldn't open Topaz.font 8!\n
  80. ;
  81. ERR_NOMODEREQ (//)
  82. Can't open Screenmode-Requester!\n
  83. ;
  84. ERR_CANTGETFONT (//)
  85. Can't open Font!\n
  86. ;
  87. ERR_NOLV (//)
  88. Can't create List-View\n\
  89. Gadget!\n
  90. ;
  91. ERR_NOMSG (//)
  92. Can't create Message-Port!\n
  93. ;
  94. ERR_NOICON (//)
  95. Can't get Default Icon!\n
  96. ;
  97. ERR_NOAPPICON (//)
  98. Can't create Application-Icon!\n
  99. ;
  100. ERR_NOTMPBMP (//)
  101. Can't create temporary\n\
  102. Bitmap!\n
  103. ;
  104. ERR_NOMINIBMP (//)
  105. Can't create OneBlock-Bitmap!\n
  106. ;
  107. ERR_NOBMP (//)
  108. Can't create Bitmap!\n
  109. ;
  110. ERR_NOPIXELBUFFER (//)
  111. Can't create Pixel-Buffer:\n\
  112. Out of memory!\n
  113. ;
  114. ERR_NOLEVELBUFFER (//)
  115. There's no Map-Buffer in\n\
  116. memory!\n
  117. ;
  118. ERR_NOLAYOUT (//)
  119. The Layout-Call (DTM_ProcLayout)\n\
  120. has returned an error!\n
  121. ;
  122. ERR_NOTALLDATAS (//)
  123. Couldn't get all necessary\n\
  124. data!\n
  125. ;
  126. ERR_IFFNOOPEN (//)
  127. Can't open file!\n
  128. ;
  129. ERR_IFFNOREAD (//)
  130. Can't read file!\n
  131. ;
  132. ERR_UNEXPECTEDEOF (//)
  133. File-Error:\n\
  134. \n\
  135. Unexpected End of File\n
  136. ;
  137. ERR_IFFNOIFF (//)
  138. This is no IFF-ILBM File!\n
  139. ;
  140. ERR_IFFERR (//)
  141. The iff.library has\n\
  142. returned an error!\n
  143. ;
  144. ERR_NOBMHD (//)
  145. Can't find the BMHD-Chunk!\n
  146. ;
  147. ERR_NOCMAP (//)
  148. Can't find the CMAP-Chunk!\n
  149. ;
  150. ERR_CANTDECODE (//)
  151. Can't decode Iff-File!\n
  152. ;
  153. ERR_NOTMYPROJECT (//)
  154. This is no PowerCrawler-\n\
  155. Project File!\n
  156. ;
  157. ERR_NOTMYPREFS (//)
  158. This is no PowerCrawler-\n\
  159. Settings File!\n
  160. ;
  161. ERR_NOTMYLEVEL (//)
  162. This is no PowerCrawler-\n\
  163. Map File!\n
  164. ;
  165. ERR_NOTMYEXTPROGRAM (//)
  166. This File is no PowerCrawler-\n\
  167. External-Routine File.\n
  168. ;
  169. ERR_NOMEMFORUNDO (//)
  170. There's not enough free memory\n\
  171. to create the Undo-Buffer!\n
  172. ;
  173. ERR_NOMEMFORCONVERT (//)
  174. There's not enough memory to create\n\
  175. the Convert-Buffer!\n
  176. ;
  177. ERR_NOMEM (//)
  178. Not enough memory!\n
  179. ;
  180. ERR_NOBACKWIN (//)
  181. Can't create Backdrop-Window!\n
  182. ;
  183. ERR_NOPICMODE (//)
  184. You have to select a Screenmode\n\
  185. for the Blocks-Picture first!\n
  186. ;
  187. ERR_NOIFFILBM (//)
  188. Not a IFF-ILBM-File!\n
  189. ;
  190. ERR_IFFNOTCOMPLETE (//)
  191. The IFF-File is not complete!\n
  192. ;
  193. ERR_IFFUNKNOWNCOMPR (//)
  194. The IFF-File has an unknown\n\
  195. compression!\n
  196. ;
  197. ERR_TOOMANYPLANES (//)
  198. The Picture has more than 256\n\
  199. Colors which is not (yet) sup-\n\
  200. ported by PowerCrawler!\n
  201. ;
  202. ERR_DOSREQ (//)
  203. DOS-Error %d:
  204. ;
  205. ERR_MUSTOPENPIC (//)
  206. You have to load the Blocks-\n\
  207. Picture first!\n
  208. ;
  209. ERR_MUSTOPENPICMASK (//)
  210. Can't load Mask if there's no\n\
  211. Picture!\n\
  212. Load a Blocks-Picture first!!\n
  213. ;
  214. ERR_MUSTGETMODE1 (//)
  215. Select a Screenmode first!\n
  216. ;
  217. ERR_NOMASKMEM (//)
  218. There's actually no\n\
  219. Mask in memory!\n
  220. ;
  221. ERR_NOPIC (//)
  222. There's no Picture in\n\
  223. memory!\n
  224. ;
  225. ERR_FONT2BIG4WB (//)
  226. The Font is too big. There\n\
  227. would not be enough space\n\
  228. for the window!\n
  229. ;
  230. ERR_NOFLIPTABLE (//)
  231. There's no Flip-Table\n\
  232. in memory!\n
  233. ;
  234. ;
  235. ;        **** LOGO WINDOW ****
  236. ;
  237. MSG_LOGO (//)
  238. Registered to:
  239. ;
  240. MSG_LOGOUNREG (//)
  241. < unregistered >
  242. ;
  243. ;
  244. ;        **** NAME FOR APPLICATION ICON ****
  245. ;
  246. MSG_APPNAME (//)
  247. >PowerCrawler<
  248. ;
  249. ;
  250. ;        **** MAIN WINDOW ****
  251. ;
  252. MSG_TITLE (//)
  253. PowerCrawler by Steger Georg
  254. ;
  255. MSG_WBTITLE (//)
  256. PowerCrawler V 1.00 (C) Copyright 1996 by Steger Georg. All rights reserved!
  257. ;
  258. ;
  259. ;        **** ASL WINDOW-TITLES ****
  260. ;
  261. MSG_ASKPRJLOAD (//)
  262. PowerCrawler: Load Project
  263. ;
  264. MSG_ASKPICLOAD (//)
  265. PowerCrawler: Load Picture
  266. ;
  267. MSG_ASKLEVELLOAD (//)
  268. PowerCrawler: Load Map
  269. ;
  270. MSG_ASKMASKLOAD (//)
  271. PowerCrawler: Load Mask
  272. ;
  273. MSG_ASKPRJSAVE (//)
  274. PowerCrawler: Save Project
  275. ;
  276. MSG_ASKLEVELSAVE (//)
  277. PowerCrawler: Save Map
  278. ;
  279. MSG_ASKPREFSLOAD (//)
  280. PowerCrawler: Load Settings
  281. ;
  282. MSG_ASKPREFSSAVE (//)
  283. PowerCrawler: Save Settings
  284. ;
  285. MSG_ASKFONTWB (//)
  286. Font WorkBench
  287. ;
  288. MSG_ASKFONTEDIT (//)
  289. Font Edit-Screen
  290. ;
  291. MSG_ASKFONTFIX (//)
  292. Font Edit-Screen Fix
  293. ;
  294. ;
  295. ;        **** WINDOWTITLES FOR MAIN WINDOW WHILE INACTIVE ****
  296. ;
  297. MSG_TITLELOAD (//)
  298. PowerCrawler: (Loading picture)
  299. ;
  300. MSG_TITLEEDIT (//)
  301. PowerCrawler: (Editing map)
  302. ;
  303. MSG_TITLEASKFILE (//)
  304. PowerCrawler: (Choosing file)
  305. ;
  306. MSG_TITLESETTINGS (//)
  307. PowerCrawler: (Doing Settings)
  308. ;
  309. MSG_TITLEASKMODE (//)
  310. PowerCrawler: (Choosing Screenmode)
  311. ;
  312. ;
  313. ;        **** GADGETS OF MAIN WINDOW ****
  314. ;
  315. GADS_1 (//)
  316. _Project
  317. ;
  318. GADS_2 (//)
  319. P_icture
  320. ;
  321. GADS_3 (//)
  322. _Map
  323. ;
  324. GADS_4 (//)
  325. Se_ttings
  326. ;
  327. GADS_5 (//)
  328. _New Project
  329. ;
  330. GADS_6 (//)
  331. _Save Project
  332. ;
  333. GADS_7 (//)
  334. _Edit Map
  335. ;
  336. GADS_8 (//)
  337. S_ave Map
  338. ;
  339. GADS_9 (//)
  340. Inf_ormation
  341. ;
  342. GADS_10 (//)
  343. _Quit!
  344. ;
  345. ;
  346. ;        **** MENU OF MAIN WINDOW ****
  347. ;
  348. MENU_1 (//)
  349. Project
  350. ;
  351. ITEM1_1 (//)
  352. New Project
  353. ;
  354. CMD1_1 (//)
  355. N
  356. ;
  357. ITEM1_2 (//)
  358. Load
  359. ;
  360. SITEM1_2_1 (//)
  361. Project ...
  362. ;
  363. CMD1_2_1 (//)
  364. O
  365. ;
  366. SITEM1_2_2 (//)
  367. Picture ...
  368. ;
  369. CMD1_2_2 (//)
  370. B
  371. ;
  372. SITEM1_2_3 (//)
  373. Map ...
  374. ;
  375. CMD1_2_3 (//)
  376. L
  377. ;
  378. ITEM1_3 (//)
  379. Save
  380. ;
  381. SITEM1_3_1 (//)
  382. Project ...
  383. ;
  384. CMD1_3_1 (//)
  385. S
  386. ;
  387. SITEM1_3_2 (//)
  388. Map ...
  389. ;
  390. CMD1_3_2 (//)
  391. M
  392. ;
  393. ITEM1_4 (//)
  394. Edit Map
  395. ;
  396. CMD1_4 (//)
  397. E
  398. ;
  399. ITEM1_5 (//)
  400. Information
  401. ;
  402. CMD1_5 (//)
  403. I
  404. ;
  405. ITEM1_6 (//)
  406. Iconify
  407. ;
  408. CMD1_6 (//)
  409. Y
  410. ;
  411. ITEM1_7 (//)
  412. Quit
  413. ;
  414. CMD1_7 (//)
  415. Q
  416. ;
  417. MENU_2 (//)
  418. Mask
  419. ;
  420. ITEM2_1 (//)
  421. Create ...
  422. ;
  423. CMD2_1 (//)
  424. C
  425. ;
  426. ITEM2_2 (//)
  427. Invert
  428. ;
  429. CMD2_2 (//)
  430. V
  431. ;
  432. ITEM2_3 (//)
  433. Kill
  434. ;
  435. CMD2_3 (//)
  436. K
  437. ;
  438. ITEM2_4 (//)
  439. Show
  440. ;
  441. CMD2_4 (//)
  442. \x00
  443. ;
  444. ITEM2_5 (//)
  445. Load ...
  446. ;
  447. CMD2_5 (//)
  448. \x00
  449. ;
  450. MENU_3 (//)
  451. Settings
  452. ;
  453. ITEM3_1 (//)
  454. Map/ScreenModes ...
  455. ;
  456. CMD3_1 (//)
  457. P
  458. ;
  459. ITEM3_2 (//)
  460. Font WB-Screen
  461. ;
  462. SITEM3_2_1 (//)
  463. Standard Screen-Font
  464. ;
  465. CMD3_2_1 (//)
  466. \x00
  467. ;
  468. SITEM3_2_2 (//)
  469. Select ...
  470. ;
  471. CMD3_2_2 (//)
  472. Z
  473. ;
  474. ITEM3_3 (//)
  475. Font Edit-Screen
  476. ;
  477. SITEM3_3_1 (//)
  478. Standard Screen-Font
  479. ;
  480. CMD3_3_1 (//)
  481. \x00
  482. ;
  483. SITEM3_3_2 (//)
  484. Select ...
  485. ;
  486. CMD3_3_2 (//)
  487. A
  488. ;
  489. ITEM3_4 (//)
  490. Font Edit-Screen Fix
  491. ;
  492. SITEM3_4_1 (//)
  493. Topaz 8
  494. ;
  495. CMD3_4_1 (//)
  496. \x00
  497. ;
  498. SITEM3_4_2 (//)
  499. Select ...
  500. ;
  501. CMD3_4_2 (//)
  502. F
  503. ;
  504. ITEM3_5 (//)
  505. Pic-Load-Routine
  506. ;
  507. SITEM3_5_1 (//)
  508. Internal
  509. ;
  510. CMD3_5_1 (//)
  511. \x00
  512. ;
  513. SITEM3_5_2 (//)
  514. Iff-Library
  515. ;
  516. CMD3_5_2 (//)
  517. \x00
  518. ;
  519. SITEM3_5_3 (//)
  520. Datatypes
  521. ;
  522. CMD3_5_3 (//)
  523. \x00
  524. ;
  525. ITEM3_6 (//)
  526. Mask-Blit-Routine
  527. ;
  528. SITEM3_6_1 (//)
  529. OS Mode 1
  530. ;
  531. CMD3_6_1 (//)
  532. \x00
  533. ;
  534. SITEM3_6_2 (//)
  535. OS Mode 2
  536. ;
  537. CMD3_6_2 (//)
  538. \x00
  539. ;
  540. ITEM3_7 (//)
  541. Autopoint
  542. ;
  543. SITEM3_7_1 (//)
  544. Map Window
  545. ;
  546. CMD3_7_1 (//)
  547. \x00
  548. ;
  549. SITEM3_7_2 (//)
  550. Tool Window
  551. ;
  552. CMD3_7_2 (//)
  553. \x00
  554. ;
  555. SITEM3_7_3 (//)
  556. Brush Window
  557. ;
  558. CMD3_7_3 (//)
  559. \x00
  560. ;
  561. ITEM3_8 (//)
  562. Edit-Extra-Plane
  563. ;
  564. CMD3_8 (//)
  565. X
  566. ;
  567. ITEM3_9 (//)
  568. Remap Color 0
  569. ;
  570. CMD3_9 (//)
  571. R
  572. ;
  573. ITEM3_10 (//)
  574. Change Color 0
  575. ;
  576. CMD3_10 (//)
  577. G
  578. ;
  579. ITEM3_11 (//)
  580. Precalc Zoom
  581. ;
  582. CMD3_11 (//)
  583. %
  584. ;
  585. ITEM3_12 (//)
  586. No Undo-Buffer
  587. ;
  588. CMD3_12 (//)
  589. U
  590. ;
  591. ITEM3_13 (//)
  592. Project-Changing ...
  593. ;
  594. CMD3_13 (//)
  595. W
  596. ;
  597. ITEM3_14 (//)
  598. Load default
  599. ;
  600. CMD3_14 (//)
  601. D
  602. ;
  603. ITEM3_15 (//)
  604. Load Settings ...
  605. ;
  606. CMD3_15 (//)
  607. T
  608. ;
  609. ITEM3_16 (//)
  610. Save as default
  611. ;
  612. CMD3_16 (//)
  613. \x00
  614. ;
  615. ITEM3_17 (//)
  616. Save Settings ...
  617. ;
  618. CMD3_17 (//)
  619. \x00
  620. ;
  621. MENU_4 (//)
  622. Confirm
  623. ;
  624. ITEM4_1 (//)
  625. Quit Program
  626. ;
  627. CMD4_1 (//)
  628. \x00
  629. ;
  630. ITEM4_2 (//)
  631. New Project
  632. ;
  633. CMD4_2 (//)
  634. \x00
  635. ;
  636. ITEM4_3 (//)
  637. Load Picture (normal)
  638. ;
  639. CMD4_3 (//)
  640. \x00
  641. ;
  642. ITEM4_4 (//)
  643. Load Picture (Project)
  644. ;
  645. CMD4_4 (//)
  646. \x00
  647. ;
  648. ITEM4_5 (//)
  649. Remap Color 0
  650. ;
  651. CMD4_5 (//)
  652. \x00
  653. ;
  654. ITEM4_6 (//)
  655. Change Pic-Mode
  656. ;
  657. CMD4_6 (//)
  658. \x00
  659. ;
  660. ITEM4_7 (//)
  661. Change Map-Settings
  662. ;
  663. CMD4_7 (//)
  664. \x00
  665. ;
  666. ITEM4_8 (//)
  667. Kill Mask
  668. ;
  669. CMD4_8 (//)
  670. \x00
  671. ;
  672. ITEM4_9 (//)
  673. Kill Flip-Table
  674. ;
  675. CMD4_9 (//)
  676. \x00
  677. ;
  678. MENU_5 (//)
  679. Loader
  680. ;
  681. ITEM5_1 (//)
  682. Internal
  683. ;
  684. CMD5_1 (//)
  685. \x00
  686. ;
  687. MENU_6 (//)
  688. Saver
  689. ;
  690. ITEM6_1 (//)
  691. Internal
  692. ;
  693. CMD6_1 (//)
  694. \x00
  695. ;
  696. ;
  697. ;        **** MAP/SCREENMODE SETTINGS WINDOW ****
  698. ;
  699. MSG_TITLE2 (//)
  700. PowerCrawler: Settings
  701. ;
  702. GADS_11 (//)
  703. _Block-Size X - Y
  704. ;
  705. GADS_12 (//)
  706. Map-_Width
  707. ;
  708. GADS_13 (//)
  709. Map-_Height
  710. ;
  711. GADS_14 (//)
  712. _Layers
  713. ;
  714. GADS_15 (//)
  715. _Mem-Type
  716. ;
  717. GADS_16 (//)
  718. _Picture
  719. ;
  720. GADS_17 (//)
  721. _Edit
  722. ;
  723. GADS_18 (//)
  724. Screenmode
  725. ;
  726. GADS_19 (//)
  727. _Transparent
  728. ;
  729. GADS_20 (//)
  730. Block 0
  731. ;
  732. GADS_21 (//)
  733. Block -1
  734. ;
  735. GADS_22 (//)
  736. _Confirm
  737. ;
  738. GADS_23 (//)
  739. _Abort
  740. ;
  741. MSG_NOMODETXT (//)
  742. <not selected>
  743. ;
  744. ;
  745. ;        **** PROJECT WINDOW ****
  746. ;
  747. PRJWINTITLE (//)
  748. PowerCrawler: Save Project
  749. ;
  750. PRJWINTITLE2 (//)
  751. PowerCrawler: Load Project
  752. ;
  753. PRJCHANGETITLE (//)
  754. Project-Changing: Save what?
  755. ;
  756. PRJGADS_1 (//)
  757. _Map
  758. ;
  759. PRJGADS_2 (//)
  760. _Brushs
  761. ;
  762. PRJGADS_3 (//)
  763. _Settings
  764. ;
  765. PRJGADS_4 (//)
  766. _Filenames
  767. ;
  768. PRJGADS_5 (//)
  769. Flip-_Table
  770. ;
  771. PRJGADS_6 (//)
  772. Mas_k
  773. ;
  774. PRJGADS_7 (//)
  775. _Confirm
  776. ;
  777. PRJGADS_8 (//)
  778. _Abort
  779. ;
  780. ;
  781. ;        **** CREATE MASK WINDOW ****
  782. ;
  783. MSG_MASKTITLE (//)
  784. PowerCrawler: Transparent Color ...
  785. ;
  786. ;
  787. ;        **** FUNCTION NOT AVAILABLE REQUESTER ****
  788. ;
  789. MSG_REGISTER (//)
  790. This function is not available\n\
  791. in the unregistered Version of\n\
  792. PowerCrawler!!! What about re-\n
  793. ;
  794. MSG_REGISTER2 (//)
  795. gistering to the Shareware\n\
  796. Version!?\n\
  797. \n\
  798. Read the file »Register.readme«\n\
  799. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  800. ;
  801. MSG_REGISTERASK (//)
  802. I will _register!|_Forget it!
  803. ;
  804. ;
  805. ;        **** NERVE REQUESTER ****
  806. ;
  807. MSG_NERVETITLE (//)
  808. PowerCrawler: Still unregistered?!
  809. ;
  810. MSG_NERVEMSG (//)
  811. Enter this to continue:
  812. ;
  813. ;
  814. ;
  815. ;        **** EDIT SCREEN ****
  816. ;
  817. ;
  818. MSG_SCREENTITLE (//)
  819. PowerCrawler 1.00 by Steger Georg!
  820. ;
  821. MSG_EDIT1TITLE (//)
  822. Map
  823. ;
  824. MSG_FLIPPINGXTITLE (//)
  825. Flip X: RMB to abort!
  826. ;
  827. MSG_FLIPPINGYTITLE (//)
  828. Flio Y: RMB to abort!
  829. ;
  830. MSG_EDIT2TITLE (//)
  831. Tools
  832. ;
  833. ;
  834. ;        **** SHORTCUTS ****
  835. ;    Freehand, Line, Rectangle, Filled Rectangle, AirBrush, Fill,
  836. ;    Brush Cut, Clear, Undo, Layer 1 .. Layer 10, Zoom Plus, Zoom Minus,
  837. ;    Brush -, Brush +
  838. KEYS_EDIT1 (//)
  839. dvrRafbKu1234567890+-/*
  840. ;
  841. ;
  842. ;        **** SPECIAL WINDOW ****
  843. ;
  844. MSG_E3GADS1 (//)
  845. ?
  846. ;
  847. MSG_E3GADS2 (//)
  848. Special-Operations
  849. ;
  850. MSG_E3GADS2S (//)
  851. *
  852. ;
  853. MSG_BRUSHNONAME (//)
  854. <noname>
  855. ;
  856. MSG_BRUSHNOBRUSH (//)
  857. ----------------
  858. ;
  859. ;
  860. ;        **** BRUSH WINDOW ****
  861. ;
  862. MSG_BRUSHTITLE (//)
  863. Brush
  864. ;
  865. BRUSHGADS_1 (//)
  866. _New
  867. ;
  868. BRUSHGADS_2 (//)
  869. _Kill
  870. ;
  871. BRUSHGADS_3 (//)
  872. _Sort
  873. ;
  874. BRUSHGADS_4 (//)
  875. _Info
  876. ;
  877. BRUSH2GADS_1 (//)
  878. _New
  879. ;
  880. BRUSH2GADS_2 (//)
  881. _Kill
  882. ;
  883. BRUSH2GADS_3 (//)
  884. _Sort
  885. ;
  886. BRUSH2GADS_4 (//)
  887. _Info
  888. ;
  889. ;
  890. ;        **** SPECIAL OPERATIONS MENU ****
  891. ;
  892. POPMENU_1 (//)
  893. Transparent Brush
  894. ;
  895. POPCMD_1 (//)
  896. T
  897. ;
  898. POPMENU_2 (//)
  899. Use Flip-Table
  900. ;
  901. POPCMD_2 (//)
  902. B
  903. ;
  904. POPMENU_3 (//)
  905. Block -> Block
  906. ;
  907. POPCMD_3 (//)
  908. C
  909. ;
  910. POPMENU_4 (//)
  911. Block <-> Block
  912. ;
  913. POPCMD_4 (//)
  914. A
  915. ;
  916. POPMENU_5 (//)
  917. Layer -> Layer
  918. ;
  919. POPCMD_5 (//)
  920. L
  921. ;
  922. POPMENU_6 (//)
  923. Layer <-> Layer
  924. ;
  925. POPCMD_6 (//)
  926. S
  927. ;
  928. POPMENU_7 (//)
  929. Flip X
  930. ;
  931. POPCMD_7 (//)
  932. X
  933. ;
  934. POPMENU_8 (//)
  935. Flip Y
  936. ;
  937. POPCMD_8 (//)
  938. Y
  939. ;
  940. POPMENU_9 (//)
  941. Create Map-Preview
  942. ;
  943. POPCMD_9 (//)
  944. P
  945. ;
  946. POPMENU_10 (//)
  947. Flip-Table ...
  948. ;
  949. POPCMD_10 (//)
  950. F
  951. ;
  952. ;
  953. ;        **** CLEAR WINDOW ****
  954. ;
  955. MSG_DELTITLE (//)
  956. Clear
  957. ;
  958. DELGADS_1 (//)
  959. _Range
  960. ;
  961. DELGADS_2 (//)
  962. All
  963. ;
  964. DELGADS_3 (//)
  965. View
  966. ;
  967. DELGADS_4 (//)
  968. _Layers
  969. ;
  970. DELGADS_5 (//)
  971. All
  972. ;
  973. DELGADS_6 (//)
  974. Actual
  975. ;
  976. DELGADS_7 (//)
  977. _Clear
  978. ;
  979. DELGADS_8 (//)
  980. _Fill
  981. ;
  982. DELGADS_9 (//)
  983. _Abort
  984. ;
  985. ;
  986. ;        **** AIRBRUSH SETTINGS WINDOW ****
  987. ;
  988. MSG_AIRTITLE (//)
  989. Airbrush
  990. ;
  991. AIRGADS_1 (//)
  992. Circle
  993. ;
  994. AIRGADS_2 (//)
  995. Rectangle
  996. ;
  997. AIRGADS_3 (//)
  998. _Type
  999. ;
  1000. AIRGADS_4 (//)
  1001. _Size
  1002. ;
  1003. AIRGADS_5 (//)
  1004. _Pause
  1005. ;
  1006. AIRGADS_6 (//)
  1007. _Movement
  1008. ;
  1009. ;
  1010. ;        **** LINE SETTINGS WINDOW ****
  1011. ;
  1012. MSG_LINETITLE (//)
  1013. Line
  1014. ;
  1015. LINEGADS_1 (//)
  1016. _Type
  1017. ;
  1018. LINEGADS_2 (//)
  1019. Normal (Pattern)
  1020. ;
  1021. LINEGADS_3 (//)
  1022. 1 Point/Column
  1023. ;
  1024. LINEGADS_4 (//)
  1025. 1 Point/Line
  1026. ;
  1027. ;
  1028. ;        **** FILL SETTINGS WINDOW ****
  1029. ;
  1030. MSG_FILLTITLE (//)
  1031. Fill
  1032. ;
  1033. FILLGADS_1 (//)
  1034. _Type
  1035. ;
  1036. FILLGADS_2 (//)
  1037. Normal
  1038. ;
  1039. FILLGADS_3 (//)
  1040. Horizontal
  1041. ;
  1042. FILLGADS_4 (//)
  1043. Vertical
  1044. ;
  1045. FILLGADS_5 (//)
  1046. _Reference-Point ...
  1047. ;
  1048. FILLSETREL_TITLE (//)
  1049. Reference-Point: RMB = Abort!
  1050. ;
  1051. ;
  1052. ;        **** ZOOM SETTINGS WINDOW ****
  1053. ;
  1054. MSG_ZOOMTITLE (//)
  1055. Zoom
  1056. ;
  1057. ZOOMGADS_1 (//)
  1058. Zoom (in Percent)
  1059. ;
  1060. ZOOMGADS_2 (//)
  1061. _A
  1062. ;
  1063. ZOOMGADS_3 (//)
  1064. _B
  1065. ;
  1066. ZOOMGADS_4 (//)
  1067. Zoom (in Pixel)
  1068. ;
  1069. ZOOMGADS_5 (//)
  1070. _X
  1071. ;
  1072. ZOOMGADS_6 (//)
  1073. _Y
  1074. ;
  1075. ;
  1076. ;        **** BLOCK/LAYER REPLACE/SWAP WINDOW ****
  1077. ;
  1078. MSG_OPTITLE_REPLBLOCK (//)
  1079. Replace Block
  1080. ;
  1081. MSG_OPTITLE_SWAPBLOCK (//)
  1082. Swap Block
  1083. ;
  1084. MSG_OPTITLE_REPLLAYER (//)
  1085. Replace Layer
  1086. ;
  1087. MSG_OPTITLE_SWAPLAYER (//)
  1088. Swap Layer
  1089. ;
  1090. OPGADS_1 (//)
  1091. _Range
  1092. ;
  1093. OPGADS_2 (//)
  1094. All
  1095. ;
  1096. OPGADS_3 (//)
  1097. View
  1098. ;
  1099. OPGADS_4 (//)
  1100. _Layers
  1101. ;
  1102. OPGADS_5 (//)
  1103. All
  1104. ;
  1105. OPGADS_6 (//)
  1106. Actual
  1107. ;
  1108. OPGADS_7 (//)
  1109. _Calculate
  1110. ;
  1111. OPGADS_8 (//)
  1112. _Exit!
  1113. ;
  1114. ;
  1115. ;        **** BRUSH INFORMATION WINDOW ****
  1116. ;
  1117. MSG_BRUSHINFOTITLE (//)
  1118. Brush-Information
  1119. ;
  1120. MSG_EnterBrName (//)
  1121. Enter a name for the Brush!
  1122. ;
  1123. BIGADS_1 (//)
  1124. _<--
  1125. ;
  1126. BIGADS_2 (//)
  1127. --_>
  1128. ;
  1129. MSG_NAME (//)
  1130. Name
  1131. ;
  1132. MSG_WIDTH (//)
  1133. Width
  1134. ;
  1135. MSG_HEIGHT (//)
  1136. Height
  1137. ;
  1138. MSG_LAYERS (//)
  1139. Layers
  1140. ;
  1141. MSG_MEMTYPE (//)
  1142. Mem-Type
  1143. ;
  1144. MSG_MEMORY (//)
  1145. Memory
  1146. ;
  1147. MSG_BYTE (//)
  1148. BYTE
  1149. ;
  1150. MSG_WORD (//)
  1151. WORD
  1152. ;
  1153. ;
  1154. ;        **** FLIPTABLE CONTROL WINDOW ****
  1155. ;
  1156. MSG_FLIPTITLE (//)
  1157. Flip-Table
  1158. ;
  1159. FLIPGADS_1 (//)
  1160. _Create new
  1161. ;
  1162. FLIPGADS_2 (//)
  1163. _Kill
  1164. ;
  1165. FLIPGADS_3 (//)
  1166. _Edit
  1167. ;
  1168. RFLIPGADS_1 (//)
  1169. AB=BA
  1170. ;
  1171. MSG_NEWFLIP (//)
  1172. There's already a Flip-Table\n\
  1173. in memory!\n
  1174. ;
  1175. MSG_ASKNEWFLIP (//)
  1176. _Convert!|Create _new!|_Abort!
  1177. ;
  1178. MSG_ASKFLIPKILL (//)
  1179. Are you sure you want\n\
  1180. to kill the Flip-Table?\n
  1181. ;
  1182. ;
  1183. ;        **** MAP-PREVIEW CREATION WINDOW ****
  1184. ;
  1185. MAPTITLE (//)
  1186. Map-Preview
  1187. ;
  1188. MSG_MAPSCREENTITLE (//)
  1189. PowerCrawler: Map-Preview
  1190. ;
  1191. MSG_MAPNEWRANGETITLE (//)
  1192. Select Range: RMB to abort!
  1193. ;
  1194. MSG_MAPWAITTITLE (//)
  1195. PowerCrawler: Creating Preview:
  1196. ;
  1197. MAPGADS_1 (//)
  1198. _Blocksize X - Y
  1199. ;
  1200. MAPGADS_2 (//)
  1201. Screensize
  1202. ;
  1203. MAPGADS_3 (//)
  1204. _Range
  1205. ;
  1206. MAPGADS_4 (//)
  1207. _Create
  1208. ;
  1209. MAPGADS_5 (//)
  1210. _Abort
  1211. ;
  1212. MSG_MAPASKSAVE (//)
  1213. PowerCrawler: Save Preview
  1214. ;
  1215. MSG_SAVINGMAP (//)
  1216. Saving Preview!
  1217. ;
  1218. ;
  1219. ;        **** MENUS ON MAP-PREVIEW SCREEN ****
  1220. ;
  1221. MMENU_1 (//)
  1222. Project
  1223. ;
  1224. MITEM1_1 (//)
  1225. Redraw
  1226. ;
  1227. MCMD1_1 (//)
  1228. D
  1229. ;
  1230. MITEM1_2 (//)
  1231. Save Preview
  1232. ;
  1233. MCMD1_2 (//)
  1234. S
  1235. ;
  1236. MITEM1_3 (//)
  1237. Quit
  1238. ;
  1239. MCMD1_3 (//)
  1240. Q
  1241. ;
  1242. ;
  1243. ;        **** MISC STUFF  MISC STUFF ****
  1244. ;
  1245. MSG_SURETOQUIT (//)
  1246. Are you sure you want\n\
  1247. to quit PowerCrawler?\n
  1248. ;
  1249. MSG_SURENEW (//)
  1250. All Data will be removed from\n\
  1251. memory (Blocks-Picture, Map-\n\
  1252. Buffer, Brushs, Mask, ...)!!\n\
  1253. Are you sure?\n
  1254. ;
  1255. MSG_WANTPICTOLOAD (//)
  1256. I am going to load:\n\
  1257. %s\n
  1258. ;
  1259. MSG_YESNO (//)
  1260. _Yes!!|_No!!
  1261. ;
  1262. MSG_CONFIRMCANCEL (//)
  1263. _Confirm|_Abort
  1264. ;
  1265. MSG_ENDPROGRAM (//)
  1266. _Quit program!
  1267. ;
  1268. MSG_NORMREQ (//)
  1269. _Continue...
  1270. ;
  1271. MSG_REQTITLE (//)
  1272. PowerCrawler: Message
  1273. ;
  1274. MSG_PICFORMAT (//)
  1275. Picture Format:\n\
  1276. \n
  1277. ;
  1278. MSG_WEUSETOPAZ (//)
  1279. The Standard Screen-Font is\n\
  1280. too big. Topaz.font 8 will\n\
  1281. be used instead!\n
  1282. ;
  1283. MSG_ABOUT (//)
  1284.       <- PowerCrawler V 1.00 ->\n\
  1285.       \n\
  1286. (C) Copyright 1996 by Steger Georg.\n\
  1287.     All rights reserved!!\n\
  1288.     
  1289. ;
  1290. MSG_MODETITLE (//)
  1291. PowerCrawler: Select Screenmode!
  1292. ;
  1293. MSG_ASKCHANGEMODE (//)
  1294. Do you want the Screenmode of the\n\
  1295. actual Blocks-Picture to be changed?\n
  1296. ;
  1297. MSG_LEVELHEREREQ (//)
  1298. There's already a Map-Buffer in\n\
  1299. memory. What shall I do?\n
  1300. ;
  1301. MSG_LEVELHEREREQA (//)
  1302. _Convert!|Create _new!|_Abort
  1303. ;
  1304. MSG_COMPRESSED (//)
  1305. (COMPRESSEND)
  1306. ;
  1307. MSG_COMPRESSED_NU (//)
  1308. (UNKNOWN COMPRESSION!!)
  1309. ;
  1310. MSG_MASK1 (//)
  1311. (MASK[1])
  1312. ;
  1313. MSG_MASK2 (//)
  1314. (MASK[2])
  1315. ;
  1316. MSG_MASKNU (//)
  1317. (MASK[UNKNOWN])
  1318. ;
  1319. MSG_FORGET (//)
  1320. _Forget it...
  1321. ;
  1322. MSG_LOADPIC (//)
  1323. _Load Picture!|
  1324. ;
  1325. MSG_CONVERTING (//)
  1326. PowerCrawler: Converting!
  1327. ;
  1328. MSG_PLEASEWAIT (//)
  1329. PowerCrawler: Please wait!
  1330. ;
  1331. MSG_REMAPPING (//)
  1332. PowerCrawler: Remapping Color 0!
  1333. ;
  1334. MSG_ASKREMAP (//)
  1335. Shall I remap Color 0\n\
  1336. of the actual Picture?\n
  1337. ;
  1338. MSG_ASKDELMASK (//)
  1339. Are you sure you want to\n\
  1340. kill the Mask?\n
  1341. ;
  1342. MSG_ERROR (//)
  1343. Error\n
  1344. ;
  1345. MSG_BADSIZE (//)
  1346. The Mask's size is different\n\
  1347. from the Picture's one!\n
  1348. ;
  1349. MSG_ASKBADSIZE (//)
  1350. _Never mind!|_Abort!!!
  1351. ;
  1352. MSG_PRECALCINGTITLE (//)
  1353. PowerCrawler: Zoom Pre-Calc!
  1354. ;
  1355.